﻿/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
.w1200 {width:1200px;margin:0 auto;}
@media screen and (max-width:1300px) and (min-width:1200px) {
.w1200 {width:95%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1200 {width:95%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1200 {width:95%;}
}
@media screen and (max-width:767px) {
.w1200 {width:95%;}
}

/*========== New 首页样式 begin ==========*/

/*头部及logo区域*/
.h_headtop { font-size: 0; padding: 11px 0; background: #f5f5f5; }
.h_headtop .hyc { font-size: 14px; color: #777777; line-height: 16px; background: url(../images/top_home.png) no-repeat left center; padding-left: 25px; }
.h_headtop .ppc { font-size: 14px; color: #777777; line-height: 16px; }
.h_headtop .ppc a { font-size: 14px; color: #777777; }
.h_headtop .ppc a:hover { color: #00984b; }
.h_top {font-size:0;padding:0 0;}
.h_top .logo {}
.h_top .logo a {display:block;}
.h_top .logo img {height:110px;}
.h_top .tel {padding: 10px 0 7px 63px;background:url(../images/top_tel.png) no-repeat left center;margin: 20px 0;max-width:236px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.h_top .tel span {font-size: 16px;color:#777;display:block;line-height:100%;}
.h_top .tel p {font-size: 28px;color:#333;font-weight:bold;line-height:100%;margin-top: 6px;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.h_top .tel{margin: 16px 0;}
	.h_top .logo {text-align:left;width: 62%;}
	.h_top .logo img{height:100px;}
}
@media screen and (max-width:767px) {
	.h_headtop{display:none;}
	.h_top .logo{ width:90%;}
	.h_top .logo img{max-width:100%;height:auto;}
	.h_top .tel{display:none;}
}

/*导航*/
.ly_nav { width: 100%; margin: 0; background-color: #00984b; border-bottom:2px solid rgb(0,0,0,.3);}
.nav { width: 100%; }
.nav_item { float: left; position: relative; margin: 0; width: 12.5%; }
.nav_item:after { content: ''; display: block; width: 100%; height: 62px; position: absolute; top: 0; left: 0; z-index: 0; }
.nav_item > a { display: block; width: 100%; height: 62px; line-height: 62px; color: #fff; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; text-decoration: none; position: relative; z-index: 1; }
.nav_item:hover>a { color: #fff; }
.nav_item:hover:after { background-color: #f58225; border-bottom:2px solid rgb(0,0,0,.3); }
.nav_item.on>a { color: #fff; }
.nav_item.on:after { background-color: #f58225; border-bottom:2px solid rgb(0,0,0,.3); }
.nav_item > a:hover:after { width: 50%; }
.nav_item > a.active:after { width: 50%; }
.menu_open { display: none; }
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0,12,49,0.1); background: rgba(0,0,0,.5); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #01557a; margin-top: 0; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; line-height: 48px; }
.nav_item2 a { display: block; padding: 0 4%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #fff; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.nav_item2:hover a { background-color: #00984b; color: #fff; text-decoration: none; }
.hcover { display: none; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.nav_item > a { font-size: 15px; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.nav_item > a { font-size: 15px; }
.nav_item:first-child > a:before { display: none; }
}
@media screen and (max-width:767px) {
.ly_nav { position: static; width: auto; z-index: 9999999; background-color: #fff; border:0; }
.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position: fixed; top: 15px; right: 2%; box-sizing: border-box; z-index: 999999; cursor: pointer }
.menu_open i { height: 2px; width: 50%; background-color: #03783d; display: block; margin: 5px auto; }
.menu_open:active { background-color: #7a9bba; border: 1px solid #7a9bba; }
.menu_open:active i { background-color: #fff; }
.nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 9999999; overflow: hidden; background-color: #00984b; }
.hcover { display: block; width: 50%; height: 100%; background: rgba(0,0,0,.5); position: fixed; right: -50%; top: 0; z-index: 9999999; }
.nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 50px; position: relative; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0,0,0,.1); transform: skewX(0deg); -webkit-transform: skewX(0deg); -moz-transform: skewX(0deg); height: 50px; }
.nav_item > a { display: block; height: 50px; line-height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 14px; color: #fff; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item > a:active { background-color: #0065a4; }
.nav_item > a:after { display: none; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #006ccc; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255,255,255,.5); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 14px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0,0,0,.1); }
.nav_item > a:hover, .nav_item > a.navon { background: none; }
.nav_item:first-child > a:before { display: none; }
}

/*----宽屏*banner----*/
.apple-banner {width:100%;height:900px;overflow:hidden;margin:0 auto;}
.apple-banner .swiper-container {width:100%;height:100%; text-align:center;}
.apple-banner .swiper-container .bannertext{ position:absolute; top:45%; left:50%;transform:translate(-50%,-50%);width: 100%;}
.apple-banner .swiper-container p img{}
.apple-banner .swiper-container a{ width:194px; height:60px; display:block; background:#0083c3; border-radius:60px; color:#fff; text-align:center; line-height:60px; margin:0 auto; font-size: 20px; transition: all .4s ease; margin-top:10px;}
.apple-banner .swiper-container a:hover{ color:#0083c3;background:#fff; }
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next {width:15%;height:100%;top:0;background:none;}
.apple-banner .swiper-button-prev {left:0;}
.apple-banner .swiper-button-next {right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span {display:block;width:64px;height:64px;position:absolute;right:0;top:50%;margin-top:-32px;border-radius:100%;opacity:1;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease;}
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span {opacity:1;}
/*分页器*/.apple-banner .swiper-pagination {top:auto;bottom:20px !important;background:none;}
.apple-banner  .swiper-pagination-bullets  span.swiper-pagination-bullet {display:inline-block;width:12px;height:12px;margin:0 5px;cursor:pointer;background:none;border-radius:50%;opacity:1;}
.apple-banner  .swiper-pagination-bullets span {width:50px;height:3px;display:block;background:rgba(255,255,255,0.8);}
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet {background:rgba(255,255,255,0.8);}
.apple-banner  .swiper-pagination-bullets span.swiper-pagination-bullet-active {background-color:#00984b;}
.apple-banner  .swiper-pagination-bullet i {background-color:#ff7200;height:3px;transform:scaleX(0);transform-origin:0;display:block;}
.apple-banner .autoplay .firsrCurrent i {transition:transform 2.9s linear;transform:scaleX(1);}
.apple-banner .autoplay .current i {transition:transform 4s linear;transform:scaleX(1);}
.apple-banner  .autoplay .replace span {background-color:#fff;}
@media screen and (max-width:1600px) and (min-width:1200px) {
	.apple-banner{height:700px;}
	.apple-banner .swiper-container p img{ max-width:80%;}
	.apple-banner .swiper-container a{ width:150px; height:50px; line-height:50px; border-radius:50px; font-size: 18px;margin-top:10px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.apple-banner{height:600px;}
	.apple-banner .swiper-container p img{ max-width:80%;}
	.apple-banner .swiper-container a{ width:150px; height:44px; line-height:44px; border-radius:44px; font-size: 16px;margin-top:10px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.apple-banner{height:500px;}	
	.apple-banner .swiper-container p img{ max-width:80%;}
	.apple-banner .swiper-container a{ width:150px; height:44px; line-height:44px; border-radius:44px; font-size: 16px;margin-top:10px;}
}
@media screen and (max-width:767px) {
	.apple-banner{height:400px;}
	.apple-banner .swiper-container p img{ max-width:80%;}
	.apple-banner .swiper-container a{ width:120px; height:40px; line-height:40px; border-radius:40px; font-size: 14px;margin-top:10px;}
}
@media screen and (max-width:500px) {
	.apple-banner{height:300px;}
	.apple-banner .swiper-container a{ width:100px; height:34px; line-height:34px; border-radius:34px;}
}


/*首页产品搜索*/
.h_search{background:#ededed;height:70px; box-shadow:0 6px 5px rgb(0,0,0,.1);}
.h_search .w1200>.fl{width:65%;position:relative;}
.h_search .w1200>.fl .bd{line-height:70px;color:#777;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-size:14px;}
.h_search .w1200>.fl .bd span{color:#333;}
.h_search .fr{width:30%;}
.h_search .fr .search {overflow:hidden;margin:15px 0;width:100%;}
.h_search .fr .search .input {width:78%;height:40px;padding:0 9px 0 35px;font-size:14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:none; background:#fff url(../images/sousou.png) no-repeat 9px center; border:none;}
.h_search .fr .search .submit {width:22%;height:40px;background:#00984b;cursor:pointer;border:none;outline:none; font-size:15px; color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {	
.h_search .w1200>.fl{display:none;}
	.h_search .fr{width:100%;float:none;}
	.h_search{height:40px; padding:10px 0;}
	.h_search .fr .search { margin:0;}
	.h_search .fr .search .input{ width:85%;}
	.h_search .fr .search .submit{ width:15%;}
}
@media screen and (max-width:767px) {
	.h_search .w1200>.fl{display:none;}
	.h_search .fr{width:100%;float:none;}
	.h_search{height:40px; padding:10px 0;}
	.h_search .fr .search { margin:0;}
}



/*首页产品展示*/
.h_product_box{padding-top: 40px;}
.h_public_title{text-align:center;margin:30px 0 70px;position:relative;border-bottom: 1px solid #ddd;}
.h_public_title .bt_line{width: 25%;margin: 0 auto;}
.h_public_title p{font-size: 28px;color: #333;}
.h_public_title em{font-style:normal;font-size: 14px;color: #aaa;display:block;text-transform: uppercase;}
.h_public_title span{display:block;height:3px;width:38px;background:#00984b;margin-bottom: -2px;}
.h_public_title .sy_tlt{position: absolute;margin: auto;left: 0;right: 0;top: -30px;background: #fff;width: 14%;}
.h_public_title .sy_tlt1{ background:#f8f8f8;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.h_product_box {padding-top: 26px;padding-bottom: 28px;}
.h_public_title .sy_tlt{ width:18%;}
.h_public_title .bt_line{ width:30%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_product_box {padding-top: 26px;padding-bottom: 28px;}
	.h_public_title{ margin-bottom:50px;}
	.h_public_title .sy_tlt{ width:22%;}
	.h_public_title .bt_line{ width:38%;}
	
	
	
}
@media screen and (max-width:767px) {
	.h_product_box {padding-top: 26px;}
	.h_public_title{ margin-bottom:50px;}
	.h_public_title p{ font-size:24px;}
    .h_public_title .sy_tlt{ width:40%;}
	.h_public_title em{ font-size:12px;}
	.h_public_title .bt_line{ width:70%;}
}

/*产品分类*/
.h_product_box .h_left{width:22%;float:left;background:#FFF;overflow:hidden;margin-right:18px;}
.cp_type{margin-bottom:30px;}
.cp_type .hd{text-align:center;background:#00984b;padding:14px 3%;}
.cp_type .hd p{font-size:28px;font-weight:bold;color:#fff;}
.cp_type .hd p:before{content:'';display:inline-block;width:28px;height:28px;background:url(../images/mulu_tlt.png) center center no-repeat;margin-right:5px;vertical-align:middle;margin-top:-3px;}
.cp_type .hd span{display:block;font-size:12px;color:#fff;text-transform:uppercase;}
.cp_type .bd{border:1px solid #dedede;border-top:0;padding:10px 3%;}
.cp_type .bd ul li{margin-bottom:1px;margin-bottom:10px}
.cp_type .bd ul li p{background:#f4f4f4;height:45px;line-height:45px;}

.cp_type .bd ul li p a{font-size:16px;color:#333;display:block;width:74%;padding:0 0 0 6%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;}
.cp_type .bd ul li p span{display:block;width:20%;height:100%;background:url(../images/mulu1.png) center center no-repeat;cursor:pointer;float:left;}
.cp_type .bd ul li div{background:#fff;display:none;}
.cp_type .bd ul li div a{display:block;height:45px;line-height:45px;color:#666;font-size:15px;border-top:1px solid #e7e5e5;padding:0 10% 0 10%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon2.png) 6% center no-repeat;}
.cp_type .bd ul li div a:first-child{border-top:0;}
.cp_type .bd ul li p:hover,.cp_type .bd ul li.on p{background:#00984b;border-bottom: 2px solid #056132;}
.cp_type .bd ul li p:hover a,.cp_type .bd ul li.on p a{color:#fff;}
.cp_type .bd ul li p:hover span{background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li.on p span{background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul li div a:hover{color:#00984b;background:url(../images/icon3.png) 6% center no-repeat;}
.cp_type .bd a.pro_ckqb{display:block;height:34px;line-height:34px;font-size:16px;color:#fff;background:#00984b;width:100%;margin:10px auto;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd a.pro_ckqb:hover{background:#00984b;color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_product_box .h_left{width:26%;}
	.cp_type .hd p{font-size:24px;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 16px;}
	.cp_type .bd ul li.on p span{background-size: 16px;}
	.cp_type .bd ul li p:hover span{background-size: 16px;}
	.cp_type .hd p:before{display:none;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_product_box .h_left{width:100%;}
	.cp_type .hd p:before{display:none;}
	.cp_type .hd{background:#00984b url(../images/down.png) 94% center no-repeat;padding: 5px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#00984b url(../images/up.png) 94% center no-repeat;}
	.cp_type .hd span{display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.cp_type .hd p{padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 20px;}
	.cp_type .bd ul li.on p span{background-size: 20px;}
	.cp_type .bd ul li p:hover span{background-size: 20px;}
	
}
@media screen and (max-width:767px) {
	.h_product_box .h_left{width:100%;}
	.cp_type .hd p:before{display:none;}
	.cp_type .hd{background:#00984b url(../images/down.png) 94% center no-repeat;padding: 5px 3%;text-align:left;overflow:hidden;}
	.cp_type .hd.on{background:#00984b url(../images/up.png) 94% center no-repeat;}
	.cp_type .hd span{display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
	.cp_type .hd p{padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.cp_type .bd{display:none;}
	.cp_type .bd ul li p a{font-size:15px;}
	.cp_type .bd ul li div a{font-size:14px;}
	.cp_type .bd ul li p{height:48px;line-height:48px;}
	.cp_type .bd ul li div a{height:44px;line-height:44px;}
	.cp_type .bd ul li p span{background-size: 20px;}
	.cp_type .bd ul li.on p span{background-size: 20px;}
	.cp_type .bd ul li p:hover span{background-size: 20px;}
	
}

/*右侧产品展示*/
.h_product_box .h_right{width:75%;float:right;}
.h_pro_tj_tlt{height:56px;line-height: 48px;border-bottom:1px solid #eee;font-size:18px;color:#555;margin-bottom: 25px;}
.h_pro_tj_tlt img{ margin:0 5px 5px 0;}
.h_pro_tj_scoll{width:100%;}
.h_pro_tj_scoll .item{position:relative;border:1px solid #dedede;padding: 10px 25px 25px;}
.h_pro_tj_scoll .lSPrev,.h_pro_tj_scoll .lSNext{ background:url(../images/jiantou_l.png) center center no-repeat; width:25px; height:45px; position:absolute; left:20px; top:50%;margin-top:-22px;cursor:pointer;}
.h_pro_tj_scoll .lSNext{ left:auto; right:20px;  background:url(../images/jiantou_r.png) center center no-repeat; }
.h_pro_tj_scoll .content-slider{ width:100%; overflow:hidden;    }
.h_pro_tj_scoll .content-slider li .pic{display:block;width:45%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;}
.h_pro_tj_scoll .content-slider li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .25s;}
.h_pro_tj_scoll .content-slider li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_pro_tj_scoll .content-slider li .wz{width:51%;float:right;}
.h_pro_tj_scoll .content-slider li .wz .tlt{display:block;font-size:26px;color:#333;font-weight:bold;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;margin-bottom:15px;}
.h_pro_tj_scoll .content-slider li .wz .tlt:hover{color:#00984b;}
.h_pro_tj_scoll .content-slider li .wz p{font-size:15px;color:#777;line-height: 28px;height: 115px;overflow:hidden;margin-bottom: 40px;}
.h_pro_tj_scoll .content-slider li .wz a.more{display:inline-block;width:170px;height:50px;line-height:50px;background:#f58225;color:#fff;font-size:16px;text-align:center;overflow:hidden; border-bottom:2px solid rgb(0,0,0,.3);}
.h_pro_tj_scoll .content-slider li .wz a.zxzx{display:inline-block;width:170px;height:50px;line-height:50px;background:#00984b;color:#fff;font-size:16px;text-align:center;overflow:hidden; border-bottom:2px solid rgb(0,0,0,.3); margin-right:25px;}
.h_pro_tj_scoll .content-slider li .pic:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.h_pro_tj_scoll .lSPager{display:none;}
.h_product_box .h_pro_list{padding-top:30px;}
.h_product_box .h_pro_list li{width:31.333333%;margin-right:3%;margin-bottom:25px;transition:all .3s;float:left;border:1px solid #DDDDDD;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position:relative;}
.h_product_box .h_pro_list li:nth-child(3n){margin-right:0;}
.h_product_box .h_pro_list li .pic{display:block;height:230px;border-bottom:0;text-align:center;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;}
.h_product_box .h_pro_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .25s;transition: all .6s;}
.h_product_box .h_pro_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_product_box .h_pro_list li .tlt{display:block;text-align:center;height:45px;line-height:45px;color:#555;font-size:16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .25s;transition: all .6s;padding:0 5%;}
.h_product_box .h_pro_list li:hover{ border:1px solid #00984b;}
.h_product_box .h_pro_list li:hover .tlt{ color:#00984b;}
.h_product_box .h_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
@media screen and (max-width:1199px) and (min-width:1080px) {
	.h_product_box{padding-top: 26px;padding-bottom: 15px;}
	.h_product_box .h_pro_list li .pic{height:186px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_product_box .h_right{width:71%;}
	.h_pro_tj_scoll .content-slider li .pic{height:202px;}
	.h_pro_tj_scoll .content-slider li .wz .tlt{font-size:20px;}
	.h_pro_tj_scoll .lSPrev, .h_pro_tj_scoll .lSNext{display:none;}
	.h_pro_tj_scoll .content-slider li .wz p{font-size: 14px;line-height: 26px;height: 76px;}
	.h_pro_tj_scoll .content-slider li .wz a.more{width: 170px;height: 36px;line-height: 36px;}
	.h_product_box .h_pro_list li .pic{height:140px;}
	.h_product_box .h_pro_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.h_product_box .h_pro_list li{margin-bottom:18px;}
	.h_pro_tj_scoll .content-slider li .wz a.more{ width:45%;height:40px;line-height:40px;font-size:14px;margin-bottom:20px;}
	.h_pro_tj_scoll .content-slider li .wz a.zxzx{ width:45%;height:40px;line-height:40px;font-size:14px;margin-bottom:20px;}
	.h_pro_tj_scoll .item{ padding:15px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_product_box .h_right{width:100%;}
	.h_pro_tj_scoll .content-slider li .pic{height:202px;}
	.h_pro_tj_scoll .content-slider li .wz .tlt{font-size:20px;}
	.h_pro_tj_scoll .lSPrev, .h_pro_tj_scoll .lSNext{display:none;}
	.h_pro_tj_scoll .content-slider li .wz p{font-size: 14px;line-height: 26px;height: 76px;}
	.h_pro_tj_scoll .content-slider li .wz a.more{width: 170px;height: 36px;line-height: 36px;}
	.h_product_box .h_pro_list li .pic{height:140px;}
	.h_product_box .h_pro_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.h_product_box .h_pro_list li{margin-bottom:18px;}
	.h_pro_tj_scoll .content-slider li .wz a.more{ width:45%;height:40px;line-height:40px;font-size:14px;margin-bottom:20px;}
	.h_pro_tj_scoll .content-slider li .wz a.zxzx{ width:45%;height:40px;line-height:40px;font-size:14px;margin-bottom:20px;}
	.h_pro_tj_scoll .item{ padding:15px;}
}
@media screen and (max-width:767px) {
	.h_product_box .h_right{width:100%;}
	.h_product_box .h_pro_list li{width:48.5%;}
	.h_product_box .h_pro_list li:nth-child(2n){margin-right:0;}
	.h_product_box .h_pro_list li:nth-child(3n){margin-right:3%;}
	.h_product_box .h_pro_list li:nth-child(6n){margin-right:0;}
	.h_product_box .h_pro_list li .pic{height:160px;}
	.h_product_box .h_pro_list li .tlt{height:40px;line-height:40px;font-size:14px;}
	.h_pro_tj_scoll .content-slider li .pic{width:100%;float:none;border-top:0;border-left:0;border-right:0;margin-bottom:15px;}
	.h_pro_tj_scoll .content-slider li .wz{width:94%;float:none;padding:0 3%;}
	.h_pro_tj_scoll .lSPrev,.h_pro_tj_scoll .lSNext{display:none;}
	.h_pro_tj_scoll .item{padding:10px;}
	.h_pro_tj_scoll .content-slider li .wz .tlt{font-size:22px;}
	.h_pro_tj_scoll .content-slider li .wz a.more{ width:45%;height:40px;line-height:40px;font-size:14px;margin-bottom:20px;}
	.h_pro_tj_scoll .content-slider li .wz a.zxzx{ width:45%;height:40px;line-height:40px;font-size:14px;margin-bottom:20px;}
	.h_pro_tj_scoll .content-slider li .wz p{ margin-bottom:20px;}
}

/*首页中间横条广告图片*/
.h_banner{width:100%;overflow: hidden;}
.h_banner .slideshow img {display: block;width: auto!important;height: auto!important;margin: 0 auto;padding: 0;}
@media screen and (max-width:1440px) and (min-width:1200px) {.h_banner .slideshow img { max-width:100%;}	}
@media screen and (max-width:1199px) and (min-width:1080px) {
.h_banner .slideshow img { max-width:100%;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_banner .slideshow img { max-width:100%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.h_banner .slideshow img { max-width:100%;}
}
@media (max-width: 767px) {
.h_banner .slideshow img { max-width:100%;}
}


/*首页公司简介*/
.h_about_box { width: 100%;padding: 40px 0; min-height: 300px; }
.con_syabout { margin: 50px 0; overflow:hidden;}
.about_tlt {font-size: 28px;color: #372e2c;margin-top: 7px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.con_img_about { float: left; width: 48%; height: 346px; }
.con_img_about img { width: 100%; height: 100%; }
.con_right_about { text-align: left; float: right; width: 48%; }
.con_right_about .desc {font-size: 16px;color: #777;padding: 25px 0;line-height: 30px;height: 150px;overflow: hidden;}
.con_right_about .desc p{ text-indent:2em;font-size: 16px;color: #777;line-height: 30px;}
.btn-more1 {color: #fff;display: block;width: 168px;text-align: center;height: 50px;line-height: 50px;float: left;margin-top: 44px;background: #00984b;border-bottom: 2px solid rgb(0,0,0,.3);font-size: 16px;}
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.con_img_about{ position:relative;}
	.con_img_about img{max-height:auto; height:auto; position:absolute; margin:auto; top:0; left:0; bottom:0; right:0; display:block;}
}
@media screen and (max-width:767px) {
.h_about_box { padding: 25px 0; }
.con_img_about { width: 100%; height:auto; }
.con_right_about { width: 100%; }
.btn-more1 { float: none; margin: 25px auto 5px; height:40px; line-height:40px; font-size:14px; }
.con_img_about img{ width:auto; height:auto; max-width:100%;}
.about_tlt{ font-size:20px; margin-top:20px;}
.con_right_about .desc{ padding:10px 0; height:165px;}
.con_right_about .desc p{font-size:14px;}
}
/*首页荣誉资质*/
.sy_honor_scoll{width:100%;padding:10px 0 25px;}
.sy_honor_scoll .item{position:relative;min-height: 240px;}
.sy_honor_scoll .lSPrev,.sy_honor_scoll .lSNext{ background:url(../images/jiantou_l.png) center center no-repeat; width:25px; height:45px; position:absolute; left:-50px; top:50%;margin-top:-22px;cursor:pointer;}
.sy_honor_scoll .lSNext{ left:auto; right:-50px;  background:url(../images/jiantou_r.png) center center no-repeat; }
.sy_honor_scoll .content-slider3{ width:100%; overflow:hidden;}
.sy_honor_scoll .content-slider3 li{margin-right:3%;width:22.75%;}
.sy_honor_scoll .content-slider3 li .pic{display:block;width:100%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; margin-bottom:5px;}
.sy_honor_scoll .content-slider3 li .pic img{max-width:95%;max-height:95%;vertical-align:middle;}
.sy_honor_scoll .content-slider3 li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.sy_honor_scoll .content-slider3 li a.tlt{ clear:both; display:block; height:55px; line-height:55px; font-size:16px; width:100%; padding:0 2%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#aaa; color:#fff; text-align:center;}
.sy_honor_scoll .content-slider3 li:hover a.tlt{ background:#00984b;}
.sy_honor_scoll .content-slider3 li:hover .pic{ border:1px solid #00984b;}
.sy_honor_scoll .content-slider3 li:hover{ box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);}
.sy_honor_scoll .lSPager{display:none;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.sy_honor_scoll{padding: 0 0 0;}
	.sy_honor_scoll .item{overflow: hidden;}
	.sy_honor_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.sy_honor_scoll .content-slider3 li .pic{height:200px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.sy_honor_scoll{padding: 0 0 0;}
	.sy_honor_scoll .item{overflow: hidden;}
	.sy_honor_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.sy_honor_scoll .content-slider3 li .pic{height:280px;}
}
@media screen and (max-width:767px) {
	.sy_honor_scoll .content-slider3 li a.tlt{ height:40px; line-height:40px; font-size:14px;}
	.sy_honor_scoll{padding: 8px 0 8px;}
	.sy_honor_scoll .item{overflow: hidden;min-height: 180px;}
	.sy_honor_scoll .content-slider3 li .pic{height:150px;}
}



/*首页新闻中心*/
.h_news_box{ width:100%; background:#f8f8f8; padding:60px 0; margin:30px 0 0;}
.h_news .news02-til { width:100%; background:#00984b;height:55px; line-height:55px; }
.h_news .news02-til .h2 { font-size: 18px; color: #fff; font-weight: normal;line-height:55px; }
.h_news .news02-til .h2 img{ margin:0 10px 0 20px;}
.h_news .h_news_l { width: 65%;padding: 0; min-height:300px;}
.h_news .n_con{ width:100%; background:#fff; display:inline-block; padding:3% 3% 5%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;max-height: 617px;}
.h_news .n_con dl {height: 130px;padding-bottom: 25px;border-bottom: 1px dotted #e1e1e1;}
.h_news .n_con dl dt {width: 31%;height:128px; position:relative;}
.h_news .n_con dl dt img { max-width: 100%; max-height: 100%; display:block; position:absolute; margin:auto; left:0; right:0; bottom:0; top:0; }
.h_news .n_con dl dd {width: 67%;overflow: hidden;}
.h_news .n_con dl dd .news_tlt a { display: block; font-size: 18px; color: #333; height: 40px; line-height: 40px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.h_news .n_con dl dd .news_tlt a:hover { color: #00984b;}
.h_news .n_con dl dd p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; color: #666; font-size: 14px; text-align: justify; margin: 5px auto 15px; padding: 0; position: relative; }
.h_news .n_con dl dd span { display: block; width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #aaa; font-size: 14px; margin: 0 auto; padding: 0; }
.h_news .n_con dl dd span a { display: block; height: 20px; overflow: hidden; line-height: 20px; color: #0f7adb; font-size: 15px; text-align: center; background-color: #fff; margin: 0; padding: 0; float: right; }
.h_news .n_con ul li { height: 58px; line-height: 58px; overflow: hidden;background:url(../images/news_icon.png) no-repeat 3px center; color: #6e6b6b; margin: 0 20px 0 0; padding: 0 0 0 20px; float: left; width: 100%; border-bottom: 1px dotted #e1e1e1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.h_news .n_con ul li a { color: #333; font-size: 15px; display: block; overflow: hidden; width: 80%; white-space: nowrap; text-overflow: ellipsis; }
.h_news .n_con ul li span { color: #999; font-size:15px; }
.h_news .n_con ul li a:hover{ color:#00984b;}
.h_news .n_con ul li:hover {background:url(../images/news_icon2.png) no-repeat 3px center;}

.h_news .h_news_r{width: 33%;padding:0; min-height:300px;}
.h_news .h_article_in{ width:100%;background:#fff;display:inline-block;padding: 5% 3% 4%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;max-height: 617px;}
.h_news .h_article_in ul li{background:#f8f8f8;margin:0 0 15px 0;width:100%;padding: 3% 4%;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_news .h_article_in ul li p a{font-size:16px;color:#333;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; display:block; width:100%;}
.h_news .h_article_in ul li span{display:block;font-size:14px;color:#777;line-height:23px;padding:10px 0;height:38px;overflow:hidden;}
.h_news .h_article_in ul li em{display:block;color:#999;font-size:14px;font-style:normal;padding-top:5px;}
.h_news_box .h_article_in ul li:hover p a{color: #00984b;}
.h_news_box .h_article_in ul li:hover {box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);}


@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.h_news_box{ padding:30px 0;}
}
@media screen and (max-width:767px) {
	.h_news_box{ padding:30px 0;}
	.h_news .h_news_l{ float:none; width:100%;}
	.h_news .h_news_r{ float:none; width:100%; margin-top:20px;}
	.h_news .n_con ul li a { width:70%;}
	.h_news .n_con dl dd{ width:65%;}
}

/* 友情链接 */
.h_link_box {background:#f2f2f2;}
.h_link_box .w1200{margin:0 auto;}
.h_link_box .cate-title {font-size:16px;color:#000000;float:left;width: 12%;background: url(../images/link_ico.png) no-repeat left 27px;color:#222;padding: 30px 0 24px 4%;}
.h_link_box .list {padding:30px 0 24px;float:right;width: 84%;}
.h_link_box .list li {float:left;padding-right:10px;margin-right:10px;line-height:26px;margin-bottom:10px;}
.h_link_box .list a {display:block;font-size:14px;color:#666666;transition:all .3s;}
.h_link_box .list a:hover {color:#00984b;}
@media screen and (max-width:1199px) and (min-width:1080px) {
.h_link_box .cate-title{width:8%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_link_box .cate-title{width:15%;padding: 30px 0 24px 5%;}
	.h_link_box .list{width: 80%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_link_box .cate-title{width:18%;padding: 30px 0 24px 5%;}
	.h_link_box .list{width: 76%;}
	
}
@media screen and (max-width:767px) {
	.h_link_box .cate-title{width: 92%;background: url(../images/link_ico.png) no-repeat left 14px;padding: 17px 0 13px 13%;}
	.h_link_box .list{padding: 0px 0 24px;width: 100%;}
}

/*底部样式*/
.pc_foot {width: 100%;background: #00984b;border-top: 4px solid #25af69;}
.pc_ft_main { padding: 20px 0 0; position: relative; }
.pc_ft_main .ft_list { float: left; overflow: hidden; padding: 0; width: 80%; }
.ft_list ul li { width: 18%; height: 220px; overflow: hidden; padding: 20px 0 0 0; border-right: 1px solid #098a45; float: left; box-sizing: border-box; -moz-box-sizing: border-box;/* Firefox */ -webkit-box-sizing: border-box;/* Safari */ margin-left: 5%; }
.ft_list ul li b {width: 100%;height: 30px;overflow: hidden;line-height: 30px;color: #fff;font-size: 20px;margin: 0 auto 20px;padding: 0;display: block;}
.ft_list ul li a {display: block;width: 100%;height: 30px;overflow: hidden;line-height: 33px;color: #ffffff;font-size: 15px;margin: 0 auto;padding: 0;}
.ft_list ul li:first-child { text-align: left; }
.ft_list ul li:nth-child(2){ margin-left:3%; width:20%; padding-right:3%; box-sizing:border-box;}
.ft_list ul li:nth-child(2) a{ display:block;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ft_ewm { overflow: hidden; margin: 0; padding: 0; float: right; margin-top: 20px; width: 18%; text-align: center; }
.ft_ewm img { max-height: 100%; max-width: 100%; }
.ft_ewm p { color: #fff; font-size: 14px; margin: 10px 0; }
.ft_ewm p span { display: block; font-size: 16px; font-weight: bold; color: #50a00e; margin-top: 2px; }
.ft_ewm b { width: 100%; overflow: hidden; color: #fff; font-size: 14px; text-align: center; margin: 10px 0; padding: 0; display: block; }
.foot_icona {border-top: 1px solid #0d8443;margin-top: 30px;}
.foot_icona span { display: block; float: left; height: 55px; line-height: 55px; padding-left: 25px; color: #fff; font-size: 14px; margin-right: 15px; max-width: 370px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.foot_icona span.address { background: url(../images/icon_foot1.png) left center no-repeat; }
.foot_icona span.email { background: url(../images/icon_foot3.png) left center no-repeat; }
.foot_icona span.fax { background: url(../images/icon_foot4.png) left center no-repeat; }
.pc_foot .ft_copy {width: 100%;overflow: hidden;color: #fff;font-size: 14px;padding: 14px 0;border-top: 1px dotted rgba(255, 255, 255, 0.1);background: #004c25;}
.pc_foot .ft_copy a { color: #fff; }
.ft_copy a.cp_lk { display: inline-block; float: right; color: #888; }
 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:768px) {
.copy_r { width: 100%; margin-top: 5px; }
}
@media screen and (max-width:767px) {
.pc_ft_main .ft_list { width: 100%; display:none; }
.ft_list ul li { width: 45%; margin-bottom: 20px; }
.ft_list ul li:nth-child(2){ width:45%; margin-left:5%;}
.ft_ewm { width: 100%; text-align: center; float: none; }
.foot_icona span { height: 40px; line-height: 40px; width: 100%;box-sizing: border-box;}
.foot_icona { padding: 10px 0; margin-top: 20px; }
.copy_r { width: 100%; margin-top: 5px; }
}
/*侧边漂浮*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0px auto;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:15px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#00984b;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#00984b;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	#KFRightScreen{ display:none !important;}
	.client-2{top:75%;}
	.client-2 .my-kefu-left{display:none;}
	.client-2{right:10px;}
	.client-2 li{height:45px;margin-bottom:10px;left:0 !important;}
	.client-2 li.my-kefu-liuyan{display:none;}
	.client-2 li.my-kefu-weixin{display:none;}
	.client-2 .my-kefu-tel-main{width:45px;height:45px;padding:0;border-radius: 50%;background-image: linear-gradient(to top right, #00a9c2, #2996f9);opacity: 0.9;}
	.client-2 .my-kefu-tel-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin.png) center center no-repeat;}
	.client-2 .my-kefu-main{width:45px;height:45px;padding:0;background-image: linear-gradient(to top right, #34ad6a, yellow);border-radius: 50%;}
	.client-2 .my-kefu-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin1.png) center center no-repeat;}
	.client-2 .my-kefu-ftop{display:block !important;left:auto !important;}
	
}
@media screen and (max-width:767px) {
	#KFRightScreen{ display:none !important;}
	.client-2{top:75%;}
	.client-2 .my-kefu-left{display:none;}
	.client-2{right:10px;}
	.client-2 li{height:45px;margin-bottom:10px;left:0 !important;}
	.client-2 li.my-kefu-liuyan{display:none;}
	.client-2 li.my-kefu-weixin{display:none;}
	.client-2 .my-kefu-tel-main{width:45px;height:45px;padding:0;border-radius: 50%;background-image: linear-gradient(to top right, #00a9c2, #2996f9);opacity: 0.9;}
	.client-2 .my-kefu-tel-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin.png) center center no-repeat;}
	.client-2 .my-kefu-main{width:45px;height:45px;padding:0;background-image: linear-gradient(to top right, #34ad6a, yellow);border-radius: 50%;}
	.client-2 .my-kefu-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin1.png) center center no-repeat;}
	.client-2 .my-kefu-ftop{display:block !important;left:auto !important;}
}
/*========== New 首页样式 end ==========*/

/*========== 内页样式 begin========== */

/**nybanner**/
.nybanner { width:100%; height:auto; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
.nybanner img { display: block; width: 100%; height: auto; overflow: hidden; margin: 0 auto;}
@media screen and (max-width:414px) {
.nybanner img{ width:auto; height:100px;margin-left: -18.5%; overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}
}
@media screen and (max-width:375px) {
.nybanner img{ height:90px;}
}
@media screen and (max-width:320px) {
.nybanner img{ height:77px;}
}
/*========== 内页样式 end========== */

/*内页面包屑导航*/
.ny_bread_nav{width:100%;padding:30px 0;line-height:24px;font-size:14px;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_bread_nav img{margin-right:5px;vertical-align:middle;margin-top:-2px;}
.ny_bread_nav a{font-size:14px;color:#555;}
.ny_bread_nav a:hover{color:#00984b;}

/*内页关于我们*/
/*1、公司简介*/
.ny_about_tlt{margin-bottom:40px;}
.ny_about_tlt p{font-size:30px;font-weight:bold;color:#e4e3e3;text-transform : uppercase;text-align:center;}
.ny_about_tlt span{display:block;width:360px;height:2px;background:#dedede;position:relative;margin:20px auto 0;}
.ny_about_tlt span em{display:block;width:135px;height:38px;line-height:38px;text-align:center;font-size:24px;color:#372e2c;background:#fff;position:absolute;top:-50%;margin-top:-19px;left:50%;margin-left:-68px;}
.cfzs span em{ background:#f8f8f8;}
.ny_about_gsjj{margin-bottom:35px;}
.ny_about_gsjj .conn .pic{width:50%;float:left;height:350px;text-align:center;margin:8px 25px 15px 0;}
.ny_about_gsjj .conn .pic img{max-width:100%;max-height:100%;vertical-align:middle;}
.ny_about_gsjj .conn .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_about_gsjj .conn .wz{width:100%;font-size:15px;color:#777;line-height:34px;}
.ny_about_gsjj .conn .wz img{ max-width:100% !important;}
.ny_about_gsjj .conn .wz p,.ny_about_gsjj .conn .wz span{font-size:15px;color:#777;line-height:34px;}
/*2、荣誉资质*/
.ny_honor_scoll{width:100%;padding:10px 0 25px;}
.ny_honor_scoll .item{position:relative;min-height: 240px;}
.ny_honor_scoll .lSPrev,.ny_honor_scoll .lSNext{ background:url(../images/prev01.png) center center no-repeat; width:40px; height:45px; position:absolute; left:-60px; top:50%;margin-top:-22px;cursor:pointer;}
.ny_honor_scoll .lSNext{ left:auto; right:-60px;  background:url(../images/next01.png) center center no-repeat; }
.ny_honor_scoll .content-slider{ width:100%; overflow:hidden;}
.ny_honor_scoll .content-slider li{margin-right:3%;width:22.75%;}
.ny_honor_scoll .content-slider li .pic{display:block;width:100%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .25s;}
.ny_honor_scoll .content-slider li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_honor_scoll .content-slider li .pic:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager{display:none;}

.aboutsd ul li{ width:25%; border-left:1px solid #e6e6e6; float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; color:#747879;  position:relative; text-align: center; padding: 40px 0;}
.aboutsd ul li:nth-of-type(4){border-right:1px solid #e6e6e6; }
.aboutsd ul li:hover{ background-color:#00984b;}
.aboutsd ul li:hover span{ color:#fff;}
.aboutsd ul li:hover p{ color:#fff;}
.aboutsd ul li p{ font-size:50px;line-height:60px; color:#00984b;}
.aboutsd ul li i{ background-color:#00984b; border-radius: 50%;width: 22px; height: 22px;display: block; text-align:center; position:absolute;top: 35px;left: 60%;color: #fff;}	
.aboutsd ul li:nth-of-type(1) i{left:56%;}
.aboutsd ul li:nth-of-type(3) i{left:58%;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_honor_scoll{padding: 0 0 0;}
	.ny_honor_scoll .item{overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.ny_honor_scoll .content-slider li .pic{height:200px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ny_honor_scoll{padding: 0 0 0;}
	.ny_honor_scoll .item{overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext{display:none;}
	.ny_honor_scoll .content-slider li .pic{height:280px;}
	.ny_about_gsjj .conn .pic{ height:auto;}
}
@media screen and (max-width:767px) {
	.ny_about_gsjj{margin-bottom:20px;}
	.ny_about_tlt{margin-bottom:26px;}
	.ny_about_tlt p{font-size:20px;}
	.ny_about_tlt span{width:80%;height:1px;}
	.ny_about_tlt span em{width:100px;margin-left:-50px;font-size:18px;}
	.ny_about_gsjj .conn .pic{width:100%;height:auto;}
	.ny_about_gsjj .conn .wz{font-size:14px;line-height:26px;}
	.ny_honor_scoll{padding: 8px 0 8px;}
	.ny_honor_scoll .item{overflow: hidden;min-height: 180px;}
	.ny_honor_scoll .content-slider li .pic{height:150px;}
	.aboutsd ul li{ width:50%;padding: 15px; margin-bottom: 15px;}
	.aboutsd ul li i{top: 15px; left:64%;}
	.aboutsd ul li:nth-of-type(1),.aboutsd ul li:nth-of-type(3){border-left:0;}	
	.aboutsd ul li:nth-of-type(4){border-right:0;}
}
/*厂房展示-公司简介 开始*/
.ly_Workshop { width:100%; overflow:hidden; margin:50px auto; padding:50px 0; background-color:#f8f8f8;}
.ly_Workshop .lyWorkshop_main { overflow:hidden;  padding:0;}
.lyWorkshop_main .lyWorkshop_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyWorkshop_con p { width:100%; overflow:hidden; line-height:30px; color:#797979; font-size:15px; text-align:justify; margin:0 auto 25px; padding:0;}
.lyWorkshop_con ul li { width:23.5%; height:210px; overflow:hidden; margin:0 2% 0 0; padding:0; float:left; position:relative;}
.lyWorkshop_con ul li:nth-child(4) { margin:0;}
.lyWorkshop_con ul li img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyWorkshop_con ul li:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Workshop .lyWorkshop_main { width:90%;}
	.lyWorkshop_con ul li { height:180px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Workshop .lyWorkshop_main { width:96%;}
	.lyWorkshop_con ul li { height:174px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Workshop { margin:40px auto; padding:40px 0;}
	.ly_Workshop .lyWorkshop_main { width:96%;}
	.lyWorkshop_con p { margin:0 auto 20px;}
	.lyWorkshop_con ul li { height:130px;}
}
@media (max-width: 767px) {
	.ly_Workshop { margin:40px auto; padding:40px 0;}
	.ly_Workshop .lyWorkshop_main { width:94%;}
	.lyWorkshop_con p { margin:0 auto 20px;}
	.lyWorkshop_con ul li { width:49%; height:140px; margin:0 2% 12px 0 0;}
	.lyWorkshop_con ul li:nth-child(2) { margin:0 0 12px;}
}
/*厂房展示-公司简介 结束*/

.ny_content_bd{min-height:800px;padding-top:15px;}
/*内页新闻中心*/
.lyNyNew_list ul li { width:100%; height:120px; margin:0 auto 30px; padding:0 20px 0 160px; background-color:#ececec; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li:hover { background-color:#fafafa; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.lyNyNew_list ul li .lyNyNew_time { width:160px; height:120px; overflow:hidden; margin:0; padding:20px; background:url(../images/NyNew_Timebg1.png) 0 0 no-repeat; background-size:100% 100%; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li:hover .lyNyNew_time { background:url(../images/NyNew_Timebg2.png) 0 0 no-repeat; background-size:100% 100%;}
.lyNyNew_list ul li .lyNyNew_time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:22px; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_time p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; font-weight:bold; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_text { width:100%; overflow:hidden; margin:0 auto; padding:16px 0;}
.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name { width:100%; height:32px; overflow:hidden; line-height:32px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto 8px; padding:0;}
.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name a { color:#32353a; font-size:20px;}
.lyNyNew_list ul li .lyNyNew_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.lyNyNew_list ul li:hover .lyNyNew_text .lyNyNew_name a { color:#00984b;}

@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNyNew_list ul li { margin:0 auto 25px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNyNew_list ul li { margin:0 auto 20px;}
}
@media (max-width: 767px) {
	.lyNyNew_list ul li { height:100px; margin:0 auto 20px; padding:0 20px 0 120px;}
	.lyNyNew_list ul li .lyNyNew_time { width:120px; height:100px; padding:15px 12px;}
	.lyNyNew_list ul li .lyNyNew_time span { height:30px; line-height:30px; font-size: 20px;}
	.lyNyNew_list ul li .lyNyNew_time p { font-size:28px;}
	.lyNyNew_list ul li .lyNyNew_text { padding:10px 0;}
	.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name { height:28px; line-height:28px; margin:0 auto 4px;}
	.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name a { font-size:18px;}
	.ny_content_bd{min-height:inherit;}

}
/*内页-新闻详情&文章详情*/

.ny_newsdetail { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ny_newsdetail .ny_newsdetail_title { width:100%; overflow:hidden; line-height:32px; color:#565448; font-size:24px; font-weight:bold; text-align:center; margin:0 auto 30px; padding:0;}
.ny_newsdetail .ny_newsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#aaa; font-size:14px; text-align:center; margin:0 auto 30px; padding:10px; background-color:#f5f5f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_newsdetail .ny_newsdetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-size:15px; text-align:justify;min-height:500px;}
.ny_newsdetail_con p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
.ny_newsdetail_con p span, .ny_newsdetail_con span, .ny_newsdetail_con p em, .ny_newsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.ny_newsdetail_con table tr td p { text-indent:0!important;}
.ny_newsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.ny_PrevNext { width:100%; overflow:hidden; margin:30px auto 30px; padding:0;}
.ny_PrevNext ul li { width:100%;  font-size:14px; line-height:20px;overflow:hidden; margin:0 auto 20px; padding:0;padding:10px 20px;background-color:#f1f1f1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;color:#565656;white-space:nowrap;text-overflow:ellipsis;}
.ny_PrevNext ul li:last-child { margin:0 auto;}
.ny_PrevNext ul li a { width:100%; overflow:hidden; color:#565656; font-size:14px; margin:0 auto;  }
.ny_PrevNext ul li:hover a { color:#fff;}
.ny_PrevNext ul li:hover{ background-color:#00984b;color:#fff;}

.xq_himg{display:block;width:100%;height:400px;text-align:center;margin-bottom:40px;}
.xq_himg img{max-width:95%;max-height:95%;vertical-align:middle;}
.xq_himg .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_newsdetail { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_newsdetail { width:96%; margin:0 auto 50px;}
	.ny_newsdetail .ny_newsdetail_title, .ny_newsdetail .ny_newsdetail_tips { margin:0 auto 25px;}
	.ny_PrevNext { margin:25px auto 30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_newsdetail { width:96%; margin:0 auto 40px;}
	.ny_newsdetail .ny_newsdetail_title, .ny_newsdetail .ny_newsdetail_tips { margin:0 auto 20px;}
	.ny_PrevNext { margin:20px auto 30px;}
}
@media (max-width: 767px) {
	.ny_newsdetail { width:94%; margin:0 auto;}
	.ny_PrevNext ul li{ margin-bottom:10px;}
	.ny_newsdetail .ny_newsdetail_title, .ny_newsdetail .ny_newsdetail_tips { margin:0 auto 20px;}
	.ny_PrevNext { margin:20px auto 30px;}
	.ny_newsdetail .ny_newsdetail_con { max-height:9999999999999999px;min-height:inherit;}
	.ny_newsdetail_con div { max-height:9999999999999999px; line-height:30px; color:#565656; font-size:15px; text-align:justify;}
	
	.xq_himg{height:300px;}
}

/*内页产品中心*/
.ny_content_bd .ny_left{width: 23%;float: left;}
.ny_content_bd .ny_right{width: 75%;float: right;}
.ny_right .ny_pro_list li{width:31.333333%;margin-right:3%;margin-bottom:25px;transition:all .3s;float:left;border:1px solid #DDDDDD;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position:relative;}
.ny_right .ny_pro_list li:nth-child(3n){margin-right:0;}
.ny_right .ny_pro_list li .pic{display:block;height:230px;border-bottom:0;text-align:center;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow:hidden;}
.ny_right .ny_pro_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .25s;transition: all .6s;}
.ny_right .ny_pro_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_right .ny_pro_list li .tlt{display:block;text-align:center;height:45px;line-height:45px;color:#555;font-size:16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .25s;transition: all .6s;padding:0 5%;}
.ny_right .ny_pro_list li:hover{ border:1px solid #00984b;}
.ny_right .ny_pro_list li:hover .tlt{ color:#00984b;}
.ny_right .ny_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_right .ny_pro_list li .pic{height:186px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_content_bd .ny_left{width:26%;}
	.ny_content_bd .ny_right{width:71%;}
	.ny_right .ny_pro_list li .pic{height:140px;}
	.ny_right .ny_pro_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.ny_right .ny_pro_list li{margin-bottom:18px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_content_bd .ny_left{width:100%;}
	.ny_content_bd .ny_right{width:100%;}
	.ny_right .ny_pro_list li .pic{height:140px;}
	.ny_right .ny_pro_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.ny_right .ny_pro_list li{margin-bottom:18px;}
}
@media screen and (max-width:767px) {
	.ny_content_bd .ny_left{width:100%;}
	.ny_content_bd .ny_right{width:100%;}
	.ny_right .ny_pro_list li{width:48.5%;}
	.ny_right .ny_pro_list li:nth-child(2n){margin-right:0;}
	.ny_right .ny_pro_list li:nth-child(3n){margin-right:3%;}
	.ny_right .ny_pro_list li:nth-child(6n){margin-right:0;}
	.ny_right .ny_pro_list li .pic{height:160px;}
	.ny_right .ny_pro_list li .tlt{height:40px;line-height:40px;font-size:14px;}
}



/*内页产品列表页右侧产品列表*/
.ny_list_pro li {height: 200px;overflow:hidden;margin:0 auto 20px;padding:0;}
.ny_list_pro li .ny_list_pro_c {display:block;height: 160px;overflow:hidden;margin:0 auto;padding: 2%;border:1px solid #eaeaea;background-color:#fff;}
.ny_list_pro li .ny_list_pro_c:hover { border:1px solid #00984b;}
.ny_list_pro li .ny_list_pro_c .pro_img {width: 26%;height: 160px;overflow:hidden;margin: 0 20px 0 0;padding:0;float:left;position:relative;}
.ny_list_pro li .ny_list_pro_c .pro_img img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:0; padding:0; position:absolute; left:50%; top:50%; transform: translate3d(-50%,-50%,0); -webkit-transform: translate3d(-50%,-50%,0);}
.ny_list_pro li .ny_list_pro_c .pro_text {width: 53%;height: 150px;overflow:hidden;margin:0;padding:0;float:left;margin-top: 4px;}
.ny_list_pro li .ny_list_pro_c .pro_text b { width:100%; height:30px; overflow:hidden; line-height:30px; margin:20px auto; padding:0; color:#222; font-size:18px;}
.ny_list_pro li .ny_list_pro_c .pro_text b a{display:block;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; color:#2f3430}
.ny_list_pro li .ny_list_pro_c:hover .pro_text b a{ color:#00984b;}
.ny_list_pro li .ny_list_pro_c .pro_text p {width:100%;height: 70px;overflow:hidden;line-height:24px;margin: 5px auto 18px;padding:0;color:#999;font-size:14px;}
.pro_text b font, .pro_text p font { font-family:"Arial";}
.ny_list_pro li .ny_list_pro_c .pro_ck {width: 14%; padding:0 1%;height: 40px;overflow:hidden;line-height: 40px;color:#fff;font-size:14px;text-align:center;background-color:#00984b;margin: 45px 0;float:right;}
.ny_list_pro li .ny_list_pro_c .pro_ck a{ color:#fff;}
.ny_list_pro li .ny_list_pro_c .pro_ck img {display:inline-block;width: 25px;height: 7px;overflow:hidden;margin:0 0 2px 10px;padding:0;}
.ny_list_pro li .others{color: #828282;font-size: 14px;height: 32px;line-height:30px;margin-bottom:15px;overflow: hidden;}
.ny_list_pro li .others i{font-style: normal;}
.ny_list_pro li:hover .others i{ color:#00984b;}
.ny_list_pro li .others span{display:block;float:left;margin-right:15px;height:30px;line-height:30px;padding:0 15px 0 32px;background: #f1f1f1;font-size:12px;max-width: 130px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_list_pro li .others span.cs1{background:#f1f1f1 url(../images/cs1.png) no-repeat 10px center;}
.ny_list_pro li .others span.cs2{background:#f1f1f1 url(../images/cs2.png) no-repeat 10px center;}

@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ny_list_pro li{ height:auto;}
	.ny_list_pro li .others{ height:auto;}
	.ny_list_pro li .others span{ margin-bottom:5px;}
	.ny_list_pro li .ny_list_pro_c .pro_text {height:auto;}
	.ny_list_pro li .ny_list_pro_c{ height:auto;}
	.ny_list_pro li .others span.cs2{ margin-bottom:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_list_pro li{ height:auto;}
	.ny_list_pro li .others{ height:auto;}
	.ny_list_pro li .others span{ margin-bottom:5px;}
	.ny_list_pro li .ny_list_pro_c .pro_text {height:auto;}
	.ny_list_pro li .ny_list_pro_c{ height:auto;}
	.ny_list_pro li .others span.cs2{ margin-bottom:0;}
  .list_pro_box{ width:100%;}	
 }
@media screen and (max-width:767px) {
	.ny_list_pro li{ height:auto;}
	.ny_list_pro li .ny_list_pro_c .pro_img{width:100%;margin-top: 15px;height: 180px;}
	.ny_list_pro li .ny_list_pro_c .pro_text {width:100%;margin-top: 20px; height:auto;}
	.ny_list_pro li .ny_list_pro_c .pro_ck {display:block;width: 98%;margin: 0 0 10px 0;}
	.ny_list_pro li .ny_list_pro_c{ height:auto;max-height: 500px;}
	.ny_list_pro li .others{ height:auto;}
	.ny_list_pro li .others span{ margin-bottom:5px;}
	}

/*内页-在线留言 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #00984b!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#00984b!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyOrder { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder { width:96%; margin:0 auto 50px;}
	.ly_msg ul li { margin: 0 auto 25px!important;}
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 140px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyOrder { width:96%; margin:0 auto 40px;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:12%!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 88%!important;}
}
@media (max-width: 767px) {
	.ly_NyOrder { width:94%; margin:20px auto;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { display:none!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 100%!important; float:inherit!important;}
	.msg_btn input { width:48%!important; margin:0 4% 0 0!important;}
	.msg_btn input:last-child { margin:0!important;}
	.ly_msg ul li a.yzm_img { float:inherit!important;}
	.ly_msg ul li span { display:block; line-height:24px; margin:10px 0 0;}
}
@media (max-width: 320px) {
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width:150px!important;}
	.ly_msg ul li span { line-height:24px; margin:10px 0 0;}
}


/*分页样式 开始*/
.ny_pager_fy { text-align: center; margin: 30px auto 50px; color: #555; font-size:14px;}
.ny_pager_fy a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
.ny_pager_fy a:hover { background: #00984b; color: #ffffff; }
.ny_pager_fy a.pnnum1 { background: #00984b; color: #ffffff; }
.ny_pager_fy input { display: inline-block; padding: 0 5px; background-color: #00984b; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
.ny_pager_fy .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_pager_fy { margin:25px auto 30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_pager_fy { margin: 20px auto 30px;}
}
@media (max-width: 767px) {
	.ny_pager_fy { margin:20px auto 30px; font-size:0;}
	.ny_pager_fy input, .ny_pager_fy .p_input { display:none;}
	.ny_pager_fy a { height: 40px; line-height: 40px; padding: 0 15px;}

}

/*内页产品详情*/
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0 0 0 5px; border-bottom:1px solid #dfdfdf;}
.lyNyProDetail_ConTit p { width:80px; height:48px; overflow:hidden; line-height:48px; color:#32353a; font-size:20px; text-align:center; margin:0 0 -1px; padding:0 19px; border:1px solid #dfdfdf; border-bottom:1px solid #fff;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProDetail { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail { width:96%; margin:0 auto 50px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 25px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail { width:96%; margin:0 auto 40px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.ly_NyProDetail { width:94%; margin:0 auto 40px;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
	.lyNyProDetail_right .lyNyProDetail_ConText { max-height:99999999999999999999999px;}
	.lyNyProDetail_ConText div { max-height:99999999999999999999999px;}
}

/*内页产品详情上面图片切换*/
.pro_detail_main { width:100%; height:auto; margin: 0 auto 25px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 101px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 18px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #adadad;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00984b;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #525252;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #017139;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 456px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:375px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 24px auto;}
	.prodetail_img { width:100%; height:auto;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:28px;height: auto;min-height:260px; padding-bottom:60px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px 20px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 24px auto;}
	.prodetail_img { width:100%; height:auto;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:24px;height: auto;min-height:260px; padding-bottom:60px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px 20px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}

/*内页左侧相关文章*/
.lyNy_Xgwz { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#00984b;}
.Xgwz_tit p { height:40px; line-height:40px; color:#fff; font-size:28px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:#fff; font-size:12px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 12px; border:1px solid #dfdfdf; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/icon2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/icon3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#32353a; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#00984b;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNy_Xgwz { margin:0 auto 25px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:5px 3%;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
}
@media (max-width: 767px) {
	.lyNy_Xgwz { margin:20px auto;}
	.lyNy_Xgwz .Xgwz_tit { padding:5px 3%;}
	.Xgwz_tit p { padding: 0; display: block; font-size: 22px; float: left; line-height: 40px; min-width: 88px; margin: 0 10px 0 0;}
	.Xgwz_tit span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px;}
}


/*内页荣誉资质列表*/

.ny_honor_list li{margin-right:3%;width:22.75%; float:left; margin-bottom:3%;}
.ny_honor_list li:nth-child(4n){ margin-right:0;}
.ny_honor_list li .pic{display:block;width:100%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; margin-bottom:5px;}
.ny_honor_list li .pic img{max-width:95%;max-height:95%;vertical-align:middle;}
.ny_honor_list li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_honor_list li a.tlt{ clear:both; display:block; height:55px; line-height:55px; font-size:16px; width:100%; padding:0 2%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#aaa; color:#fff; text-align:center;}
.ny_honor_list li:hover a.tlt{ background:#00984b;}
.ny_honor_list li:hover .pic{ border:1px solid #00984b;}
.ny_honor_list li:hover{ box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_honor_list li .pic{height:186px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ny_honor_list li .pic{height:140px;}
	.ny_honor_list li .tlt{height:36px;line-height:36px;font-size:14px;}
	.ny_honor_list li{margin-bottom:18px;}
}
@media screen and (max-width:767px) {
	.ny_honor_list li{width:48.5%; margin-bottom:5%;}
	.ny_honor_list li:nth-child(2n){margin-right:0;}
	.ny_honor_list li:nth-child(3n){margin-right:3%;}
	.ny_honor_list li:nth-child(6n){margin-right:0;}
	.ny_honor_list li .pic{height:160px;}
	.ny_honor_list li a.tlt{height:40px;line-height:40px;font-size:14px;}
}

/*内页-联系我们 开始*/
.ly_NyContact { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_NyContact .ly_NyCon { width:100%; overflow:hidden; margin:0 auto 60px; padding:40px 0 40px 170px; background-color:#f4f4f4; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_NyCon .lyNyCon_img { width:150px; height:150px; overflow:hidden; margin:-79px 0 0 ; padding:0; border:4px solid #fff; border-radius:50%; position:absolute; left:20px; top:50%;}
.ly_NyCon .lyNyCon_text { width:100%; overflow:hidden; margin:0; padding:0 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyCon_text .NyCon_tit { width:100%; overflow:hidden; line-height:40px; color:#00984b; font-size:24px; margin:0 auto 18px; padding:0;}
.lyNyCon_text p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; margin:0 auto; padding:0;}

.ly_NyContact .lyNyContact_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:42%; overflow:hidden; margin:0 4% 0 0; padding:0; float:left;}
.lyNyContact_lxfs .lyNyContact_company { width:100%; overflow:hidden; line-height:32px; color:#00984b; font-size:24px; margin:0 auto 20px; padding:4px 0;}
.lyNyContact_lxfs ul li { width:100%; overflow:hidden; margin:0 auto; padding:13px 0; border-bottom:1px dashed #dfdfdf;}
.lyNyContact_lxfs ul li div { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 65px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li div img { display:block; width:45px; height:45px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.lyNyContact_lxfs ul li div p { width:100%; min-height:25px; overflow:hidden; line-height:25px; color:#565656; font-size:14px; margin:0; padding:10px 0;}

.lyNyContact_main .lyNyContact_map { width:54%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyContact_map .lyNyContact_maptit { width:110px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:20px; text-align:center; margin:0 0 20px; padding:0 0 0 110px; background:url(../images/map_titbg.jpg) 0 0 no-repeat;}
.lyNyContact_map .lyNyContact_Mapmain { width:100%; height:430px; overflow:hidden; margin:0 auto; padding:0; background-color:#f8f8f8; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyContact { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyContact { width:96%; margin:0 auto 50px;}
	.ly_NyContact .ly_NyCon { margin:0 auto 50px; padding:30px 0 30px 170px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyContact { width:96%; margin:0 auto 40px;}
	.ly_NyContact .ly_NyCon { margin:0 auto 40px; padding:20px 0 20px 170px;}
	.ly_NyCon .lyNyCon_text { padding:0 20px 0 40px;}
	.lyNyCon_text .NyCon_tit { line-height:32px; font-size:22px; margin:0 auto 12px;}
	.lyNyCon_text p { line-height:28px; font-size:14px;}

	.lyNyContact_main .lyNyContact_lxfs { width:100%; margin:0 auto 40px;}
	.lyNyContact_main .lyNyContact_map { width:100%; margin:0 auto;}
	.lyNyContact_map .lyNyContact_Mapmain { height:360px;}
}
@media (max-width: 767px) {
	.ly_NyContact { width:94%; margin:0 auto 40px;}
	.ly_NyContact .ly_NyCon { margin:0 auto 40px; padding:198px 0 20px 0;}
	.ly_NyCon .lyNyCon_img { margin:0 0 0 -79px; left:50%; top:20px;}
	.ly_NyCon .lyNyCon_text { padding:0 20px;}
	.lyNyCon_text .NyCon_tit { line-height:32px; font-size:22px; text-align:center; margin:0 auto 12px;}
	.lyNyCon_text p { line-height:28px; font-size:14px; text-align:center;}
	
	.lyNyContact_main .lyNyContact_lxfs { width:100%; margin:0 auto 40px;}
	.lyNyContact_main .lyNyContact_map { width:100%; margin:0 auto;}
	.lyNyContact_map .lyNyContact_Mapmain { height:360px;}
}
/*内页-联系我们 结束*/

/*应用案例*/
.ny_honor_list li.case{ width:32%; margin-right:2%;}
.ny_honor_list li.case:nth-child(4n){ margin-right:2%;}
.ny_honor_list li.case:nth-child(3n){ margin-right:0;}
@media (max-width: 767px) {
	.ny_honor_list li.case{ width:49%;}
    .ny_honor_list li.case:nth-child(4n){ margin-right:2%;}
    .ny_honor_list li.case:nth-child(3n){ margin-right:2%;}
	.ny_honor_list li.case:nth-child(2n){ margin-right:0;}
}